Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beltrami: fix mypy partial issues #234

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

alexfikl
Copy link
Collaborator

mypy 1.11 added some changes around typing functools.partial that seems to be more strict about what arguments to pass in there. For sym.S and friends, I think they were confused by the **kwargs potentially providing a density too, not sure..

https://github.com/python/mypy/blob/master/CHANGELOG.md#support-for-functoolspartial

@inducer inducer merged commit 1d351c0 into inducer:main Jul 22, 2024
9 checks passed
@inducer
Copy link
Owner

inducer commented Jul 22, 2024

Thx!

@alexfikl alexfikl deleted the fix-mypy branch July 22, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants